toggle menu
JxBrowser
8.2.0
jvm
switch theme
search in API
JxBrowser
/
com.teamdev.jxbrowser.net.callback
/
[jvm]BeforeSendUploadDataCallback
/
Params
Params
public
interface
Params
The parameters of the
BeforeSendUploadDataCallback
.
Members
Functions
http
Headers
Link copied to clipboard
public
List
<
HttpHeader
>
httpHeaders
(
)
Returns an immutable list of the HTTP headers of the request or an empty list if the request does not have any HTTP headers.
upload
Data
Link copied to clipboard
public
UploadData
uploadData
(
)
Returns the upload data retrieved from the URL request.
url
Request
Link copied to clipboard
public
UrlRequest
urlRequest
(
)
Returns the URL request.